home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 44
/
Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso
/
-in_the_mag-
/
basics
/
amos
/
intuiextend20b.lha
/
distribution
/
exemples
/
RTStringReq.asc
< prev
next >
Wrap
Text File
|
1980-03-10
|
761b
|
33 lines
'**************************************
' *
' IntuiExtend.Lib 2.0/@1995-98 *
' *
' by CIERP Philippe. *
' *
' from AMIGAzette 83 *
' *
'**************************************
'
' Command
' -Rt Lib Open
' -Rt String Req
' -Rt Lib Close
'
Screen Open 0,640,256,2,$8000
Curs Off : Flash Off : Cls 0
'
Amos To Back
'Ouverture de la reqTools.library
E=Rt Lib Open
'Ouverture impossible
If E=0 Then End
'
B$=Rt String Req("Bonjour,","Lucien ???",30,2,2)
Print ">";B$;"<"
Print : Print "Pressez une touche..."
Amos To Front
Wait Key
'
'Refermer la librairie
Rt Lib Close